Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add the verify command #3

Merged
merged 9 commits into from
Jun 27, 2024
Merged

feat: add the verify command #3

merged 9 commits into from
Jun 27, 2024

Conversation

rach-id
Copy link
Member

@rach-id rach-id commented Jun 27, 2024

Overview

Closes #1

@rach-id rach-id added the enhancement New feature or request label Jun 27, 2024
@rach-id rach-id requested a review from evan-forbes June 27, 2024 15:34
@rach-id rach-id self-assigned this Jun 27, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

// Command the verify command
func Command() *cobra.Command {
orchCmd := &cobra.Command{
Use: "verify",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since there are a lot of things that could be verified, I'd suggest changing of this to be more specific, such as verfify-contract, but not blocking on it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea: 6c0faa8

@rach-id rach-id merged commit 25c8345 into main Jun 27, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BlobstreamX deployment verification
2 participants